home *** CD-ROM | disk | FTP | other *** search
- $name "Legion Blast"
-
- $properties // These are the default properties
- {
- $collision_radius = 16
- $collision_flags = COLLIDE_SHADOWMAN,COLLIDE_WORLD
- $blast_radius = 0
- $damage = 10
- $min_velocity = 100
- $max_velocity = 100
- $physics_flags = PHYS_NONE
- $velocity_flags = USE_DEFAULT_VELOCITY
- $weapon_class = _WP_CLASS_BULLET
- $weapon_range = 400
- $friction = 0.94
- }
-
-
- $sounds
- {
- $sound_fire = "data\audio\sfx\baddys\tflegion\Blast.wav"
- }
-
- $custom_sounds
- {
- $sound_blast_travel = "data\audio\sfx\baddys\tflegion\Blasloop.wav"
- }
-